func runtime.stackfree

7 uses

	runtime (current package)
		mgcmark.go#L304: 		stackfree(gp.stack)
		proc.go#L1941: 		stackfree(mp.gsignal.stack)
		proc.go#L2243: 					stackfree(freem.g0.stack)
		proc.go#L5201: 		stackfree(gp.stack)
		proc.go#L5266: 			stackfree(gp.stack)
		stack.go#L446: func stackfree(stk stack) {
		stack.go#L952: 	stackfree(old)